Interview Questions and Answer
Options:
a. to verify username or password of a user
b. to grant or deny permissions
c. Both
d. None
Reveal Answer
Options:
a. to verify username or password of a user
b. to grant or deny permissions based on user identity
c. both
d. none
Reveal Answer
Options:
a. [Authorize]
b. [Authenticate]
c. [Secured]
d. [DenyAnonymous]
Reveal Answer
Options:
a. Authorization
b. Authentication
c. Verification
d. Validation
Reveal Answer
Options:
a. Windows Authentication
b. Forms Authentication
c. Passport Authentication
d. Cookies Authentication
Reveal Answer
Options:
a. Authentication mode can be specified in root directory web.config only.
b. Authentication mode can be specified in any directory web.config only
c. Only one type of Authentication is supported by one web application
d. Every directory can specify its own authentication mode.
Reveal Answer
Options:
a. Users have to be member of a domain-based network to have access to the application
b. Users do not have to be member of a domain-based network to have access to the application.
c. Forms authentication makes commercial sites easier to create.
d. authentication allows users to sign in once through a central authority
Reveal Answer
Options:
a. Its dependent on Cookies
b. Its dependent on HttpSessions
c. We have to create our own Custom Form
d. We can use the built-in dialog of browser for authenticating
e. Every request of the user is Authenticated
Reveal Answer
Options:
a. Either with Controller or Action Method
b. Only Controller
c. Only Action Method
d. None of the above
Reveal Answer
Options:
a. System.Net.Security
b. System.Security
c. System.Web.Prinicipal
d. System.Web.Security
Reveal Answer
Options:
a. Add a token to session to identity that the user has logged in
b. Add the Authentication Cookie to the response.
c. Redirects to URL as in QueryString parameter ReturnUrl
d. Redirects to Home Page
Reveal Answer
Options:
a. Application_Start
b. Session_Start
c. Application_AuthenticateRequest
d. Sesssion_AuthenticateRequest
Reveal Answer
Bestdotnet google plus